Skip to main content

Developer Tools

SiteForge provides practical tools for teams that need direct operational control over websites.

Core tools

  • SSH access for advanced file/application operations
  • Cron jobs for scheduled tasks
  • Logs for troubleshooting and deployment checks
  • File and database tools for maintenance actions
  • Runtime/environment settings where supported

Typical workflow for technical changes

  1. Prepare change in staging.
  2. Validate with logs and functional checks.
  3. Apply to production in controlled window.
  4. Monitor errors and resource usage after release.

Security and reliability rules

  • Prefer key-based SSH authentication.
  • Limit privileged access to necessary users only.
  • Keep secrets outside source code.
  • Document critical operational changes.